Add a sentence about toggling. (#159382, Worik Stanton)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 7 Apr 2005 13:04:27 +0000 (13:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 7 Apr 2005 13:04:27 +0000 (13:04 +0000)
2005-04-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
toggling.  (#159382, Worik Stanton)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkradiobutton.sgml

index 0aaa15c61dae31e33a2a8a5f267b1fc32967be1e..58737a3a719f77f02cc26f8f70f30f83d7f66b93 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
+       toggling.  (#159382, Worik Stanton)
+
 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/tmpl/gtktooltips.sgml: Mention enter and leave
index 2bf1893c20cd18396270bba6334da3a8a8855a61..ad0d1644f7ae3c258f807eb09a8afb70d61e055c 100644 (file)
@@ -71,6 +71,12 @@ void create_radio_buttons (void) {
 </programlisting>
 </example>
 </para>
+<para>
+When an unselected button in the group is clicked the clicked button
+receives the "toggled" signal, as does the previously selected button.
+Inside the "toggled" handler, gtk_toggle_button_get_active() can be used 
+to determine if the button has been selected or deselected.
+</para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>